PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / transformPoint Method / transformPoint(double,double) Method
X coordinate of the point.
Y coordinate of the point.
In This Topic
    transformPoint(double,double) Method
    In This Topic
    Applies the geometric transform represented by this matrix to a specified point.
    Syntax
    public PDFPoint transformPoint( 
       double x,
       double y
    )

    Parameters

    x
    X coordinate of the point.
    y
    Y coordinate of the point.

    Return Value

    Transformed point.
    See Also